configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module

CLI REST-API

sync-e

The submenu sync-e (sync-e) contains the following:

Menus: none

Objects:
enable-sync-e (enable-sync-e)
quality-level-selection (quality-level-selection)
sdh-network-option (sdh-network-option)
fixed-input-ssm (fixed-input-ssm)
fixed-output-ssm (fixed-output-ssm)
gbit-link-copper-mode (gbit-link-copper-mode)

Commands: none



Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/enable-sync-e
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/quality-level-selection
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/sdh-network-option
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/fixed-input-ssm
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/fixed-output-ssm
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/gbit-link-copper-mode
/status/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/sync-e


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/sync-e


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/sync-e
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/sync-e
-d "{
  \"objects\": \"new-values\"
}"